@@ -7,7 +7,7 @@ |
||
| 7 | 7 |
<li class="span3"> |
| 8 | 8 |
<div class="thumbnail"> |
| 9 | 9 |
<img src="http://placehold.it/300x200" alt=""> |
| 10 |
- <h3><%= post.title %></h3> |
|
| 10 |
+ <h3><%= link_to post.title, post_path(post) %></h3> |
|
| 11 | 11 |
<p><%= post.content %></p> |
| 12 | 12 |
</div> |
| 13 | 13 |
</li> |
@@ -15,5 +15,3 @@ |
||
| 15 | 15 |
</ul> |
| 16 | 16 |
|
| 17 | 17 |
<br> |
| 18 |
- |
|
| 19 |
-<%= link_to 'New Blog post', new_blog_post_path %> |
@@ -0,0 +1,35 @@ |
||
| 1 |
+# Rails Website Template |
|
| 2 |
+ |
|
| 3 |
+A template for creating rails websites that includes the following: |
|
| 4 |
+ |
|
| 5 |
+* User System (Devise) |
|
| 6 |
+* Twitter Bootstrap + Flatstrap |
|
| 7 |
+* Basic Blog |
|
| 8 |
+ |
|
| 9 |
+Other features are still under development: |
|
| 10 |
+ |
|
| 11 |
+* Admin Panel |
|
| 12 |
+* SummerNote editor |
|
| 13 |
+* Image upload/File System |
|
| 14 |
+* Translation (pt-BR, EN) |
|
| 15 |
+* Email System |
|
| 16 |
+* Search System |
|
| 17 |
+* Wiki/Codex |
|
| 18 |
+- Portfolio |
|
| 19 |
+- Store |
|
| 20 |
+- Inventory |
|
| 21 |
+- Module Controller |
|
| 22 |
+ |
|
| 23 |
+## Todo's |
|
| 24 |
+ |
|
| 25 |
+* Admin Panel |
|
| 26 |
+* Admin Validation |
|
| 27 |
+* Authentication layout |
|
| 28 |
+ |
|
| 29 |
+## Example Websites |
|
| 30 |
+ |
|
| 31 |
+- [jamesperet.com v2](http://jamesperet.com) (Under Development) |
|
| 32 |
+- [GoldTone](http://goldtone.com) (Under Development) |
|
| 33 |
+- [benjaminperet](http://benjaminperet.com) (Under Development) |
|
| 34 |
+- [High Effects](http://higheffects.com.br) (Upgrade/Rewrite) |
|
| 35 |
+ |